home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP26 / xIMAP26.dxr / 00392_video cycle script.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  229 b   |  12 lines

  1. on exitFrame
  2.   global gintClosedCaptionStatus
  3.   if gintClosedCaptionStatus < 0 then
  4.     hUnHideSprite(6, 6)
  5.     sendAllSprites(#startVideo)
  6.     hPlayVideoFile()
  7.     go(the frame)
  8.   else
  9.     hCCVideoCompletionCheck()
  10.   end if
  11. end
  12.